/* pre css */
#c_grid-116273709439191 .p_gridbox::after {
  content: "";
  clear: left;
  display: block;
}
#c_grid-116273709439191 > div > .p_gridbox {
  width: 100%;
  overflow: hidden;
  position: static;
}
#c_grid-116273709439191 > div > .p_gridCell {
  float: left;
  position: static;
}
#c_grid-116273709439191 > .p_gridbox.signal {
  min-height: inherit;
}
#c_grid-116273709439191 > .p_gridbox.signal > .p_gridCell {
  min-height: inherit !important;
}
#c_grid-116273709439191 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #c_grid-116273709439191 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0rem;
    margin-bottom: 0rem;
    clear: left;
  }
}
@media screen and (min-width: 769px) {
  #c_grid-116273709439191 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0rem;
    margin-bottom: 0rem;
    clear: left;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #c_grid-116273709439191 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0rem;
    margin-bottom: 0rem;
    clear: left;
  }
}
#c_static_001-1711520789758 {
  min-height: 0px;
}
@media screen and (max-width: 1440px) and (min-width: 1025px) {
}
@media screen and (max-width: 1600px) and (min-width: 1367px) {
}
.yd_img {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999999;
  transition: 1s;
  background: #fff;
}
.yd_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yd_act {
  animation: tan 3s forwards;
  -webkit-animation: tan 3s forwards;
}
@keyframes tan {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(3);
    opacity: 0;
  }
}
@-webkit-keyframes tan {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(3);
    opacity: 0;
  }
}
.header {
  position: fixed;
  width: 100%;
  z-index: 99999;
  background: rgb(40 45 50 / 50%);
  top: 0px;
  transition: all 0.5s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header.active {
  background: #fff;
}
.header:hover {
  background: #fff;
}
.header .header_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 94%;
  margin: 0 auto;
}
.header_logo {
  width: 25%;
  max-width: 325px;
}
.header_logo .white_logo {
  display: block;
}
.header_logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  transition: none;
}
.color_logo {
  display: none;
}
.header:hover .color_logo {
  display: flex;
}
.header.active .color_logo {
  display: flex;
}
.header:hover .white_logo {
  display: none;
}
.header.active .white_logo {
  display: none;
}
.nav_con > .nav_close {
  display: none;
}
.nav_con > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.nav_con > ul li {
  padding: 0 1.4vw;
  position: relative;
}
.nav_con > ul li .nav_yj_name {
  display: inline-block;
  color: #fff;
  position: relative;
  line-height: 80px;
  transition: all 0.5s;
}
.nav_con > ul li .nav_yj_name:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 2px;
  transition: all 0.5s;
  background: var(--wy_Color);
}
.nav_con > ul li:hover .nav_yj_name:before {
  width: 100%;
}
.header:hover .nav_con > ul li .nav_yj_name {
  color: #333;
}
.header.active .nav_con > ul li .nav_yj_name {
  color: #333;
}
.nav_ej {
  position: absolute;
  background: #fff;
  width: 100%;
  min-width: 180px;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  display: none;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.05);
}
.nav_ej .ej_li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  height: 44px;
  line-height: 44px;
  color: #333;
  border-bottom: 1px solid #f2f2f2;
  font-size: 15px;
}
.nav_ej .ej_li > a .icon {
  width: 18px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.nav_ej a:hover {
  color: var(--wy_Color);
  font-weight: bold;
}
.nav_right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav_right .icon {
  fill: #fff;
}
.nav_search .icon {
  width: 24px;
  height: auto;
}
.header:hover .icon {
  fill: #333;
}
.header.active .icon {
  fill: #333;
}
.nav_lang {
  position: relative;
  margin-right: 1vw;
}
.nav_lang > span {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lang_h {
  display: none;
}
.nav_lang > span img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.nav_lang > span:before,
.nav_lang > span:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 100%;
  left: 0;
  top: 0;
}
.nav_lang_box {
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%) translateY(40px);
  width: auto;
  min-width: 100px;
  padding-top: 6px;
  opacity: 0;
  transition: all 0.5s;
  display: none;
}
.nav_lang:hover .nav_lang_box {
  display: block;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.header:hover .lang_h {
  display: block;
}
.header:hover .lang_b {
  display: none;
}
.header.active .nav_lang .lang_h {
  display: block;
}
.header.active .nav_lang .lang_b {
  display: none;
}
.nav_lang_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #fff transparent;
}
.nav_lang_item {
  width: 100%;
  padding: 0 10px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.nav_lang_box a {
  display: block;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.nav_lang_box a:hover {
  color: var(--wy_Color);
}
.nav-button {
  display: none;
}
@media screen and (max-width: 768px) {
  .header_logo {
    width: 50%;
    margin: 10px 0;
  }
  .header_logo a {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
  }
  .header_logo .white_logo {
    display: none !important;
  }
  .header_logo img {
    max-height: 45px;
  }
  .nav_con {
    position: fixed;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    transition: all 0.5s;
    padding: 0;
  }
  .nav_con.active {
    right: 0;
  }
  .nav_con > .nav_close {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .nav_close .icon {
    width: 30px;
    height: auto;
  }
  .nav_con > ul {
    display: block;
    background: #fff;
    width: 80%;
    padding: 60px 20px 0;
    margin: 0;
  }
  .nav_con > ul li {
    border-bottom: 1px solid #ddd;
  }
  .nav_con > ul li .nav_yj_name {
    line-height: 50px;
  }
  .nav_con > ul li .nav_yj_name:before {
    display: none;
  }
  .nav_con > ul li .nav_arrow {
    background: url(../image/f5166785-1929-4174-87f4-715b7ab7b0d9.png) no-repeat;
    width: 12px;
    height: 8px;
    background-size: 100%;
    position: absolute;
    right: 5px;
    top: 19px;
    transition: all 0.5s;
  }
  .nav_con > ul li.active .nav_arrow {
    transform: rotate(180deg);
  }
  .nav_ej {
    position: unset;
    box-shadow: none;
    transform: translateX(0%);
    width: 100%;
    border-radius: 0;
    padding-left: 20px;
  }
  .nav_ej .ej_li > a {
    justify-content: flex-start;
  }
  .nav_ej .ej_li > a .icon {
    display: none;
  }
  .sj_box a {
    font-size: 14px;
    text-align: left;
    line-height: 30px;
    display: block;
    width: 100%;
  }
  .nav-button {
    display: block;
  }
  .nav-button .icon {
    width: 40px;
    height: auto;
  }
  .nav_img {
    display: none;
  }
  .sj_name {
    padding-left: 15px;
    position: relative;
    color: #999;
    border-bottom: none !important;
  }
  .sj_name:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 4px;
    height: 4px;
    background: #999;
    border-radius: 50%;
  }
  .nav_lang {
    margin-right: 15px;
  }
}
@media screen and (min-width: 769px) {
  .nav_arrow {
    display: none;
  }
  .ej_li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    position: relative;
  }
  .sj_box {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background: #fff;
    display: none;
  }
  .sj_box a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #f3f3f3;
  }
  .sj_name {
    color: #222;
    line-height: 1.4;
  }
  .nav_img {
    margin-top: 20px;
    width: 100%;
    height: 80px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
  }
  .nav_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
  }
  .sj_li:hover .sj_name {
    color: var(--wy_Color);
  }
  .sj_li:hover img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .nav_con > ul li {
    padding: 0 0.8vw;
  }
  .nav_con > ul li .nav_yj_name {
    font-size: 15px;
  }
  .nav_con > ul li .nav_arrow {
    display: none;
  }
  .nav_ej .ej_li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1025px) {
  .nav_con > ul li {
    padding: 0 1vw;
  }
}
@media screen and (max-width: 1600px) and (min-width: 1367px) {
}
#c_grid-116273709439190 .p_gridbox::after {
  content: "";
  clear: left;
  display: block;
}
#c_grid-116273709439190 > div > .p_gridbox {
  width: 100%;
  overflow: hidden;
  position: static;
}
#c_grid-116273709439190 > div > .p_gridCell {
  float: left;
  position: static;
}
#c_grid-116273709439190 > .p_gridbox.signal {
  min-height: inherit;
}
#c_grid-116273709439190 > .p_gridbox.signal > .p_gridCell {
  min-height: inherit !important;
}
#c_grid-116273709439190 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #c_grid-116273709439190 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0rem;
    margin-bottom: 0rem;
    clear: left;
  }
}
@media screen and (min-width: 769px) {
  #c_grid-116273709439190 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0rem;
    margin-bottom: 0rem;
    clear: left;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #c_grid-116273709439190 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0rem;
    margin-bottom: 0rem;
    clear: left;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1025px) {
}
@media screen and (max-width: 1600px) and (min-width: 1367px) {
}
#c_static_001-1721010080931 {
  position: relative;
  width: 100%;
  background_radio: 2;
  display-radio: 1;
}
#c_static_001-1721010080931 .e_image-1 {
  overflow: hidden;
  display-radio: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#c_static_001-1721010080931 .e_image-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c_static_001-1721010080931 .e_container-2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 8vw 0 7.6vw;
  position: relative;
  z-index: 2;
}
#c_static_001-1721010080931 .e_container-2 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001-1721010080931 .e_text-3 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}
#c_static_001-1721010080931 .e_form-5 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
}
#c_static_001-1721010080931 .e_form-5 > .p_formItem {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#c_static_001-1721010080931 .e_form-5 .ptishiCon {
  display: none;
} /*手机号*/
#c_static_001-1721010080931 .e_input-6 .p_phoneCode {
  position: relative;
  width: 90px;
  margin-right: 10px;
}
#c_static_001-1721010080931 .e_input-6 .p_phoneCode .form-control {
  height: 36px;
}
#c_static_001-1721010080931 .e_input-6 .p_currentCode {
  cursor: pointer;
}
#c_static_001-1721010080931 .e_input-6 .p_arrow {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
#c_static_001-1721010080931 .e_input-6 .p_codeList {
  display: none;
  position: absolute;
  width: 120px;
  left: 0;
  top: calc(100% + 5px);
  background-color: #fff;
  color: #495057;
  border-radius: 4px;
  max-height: 192px;
  overflow: auto;
  z-index: 9;
  border: 1px solid #ced4da;
}
#c_static_001-1721010080931 .e_input-6 .p_codeItem {
  line-height: 32px;
  padding: 0 15px;
  overflow: hidden;
  cursor: pointer;
}
#c_static_001-1721010080931 .e_input-6 .p_codeItem:hover,
#c_static_001-1721010080931 .e_input-6 .p_codeItem.p_active {
  background-color: #f1f5f8;
}
#c_static_001-1721010080931 .e_input-6 .p_enCode {
  float: right;
  color: #ccc;
}
#c_static_001-1721010080931 .e_formBtn-7 {
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  padding: 0px;
  background_radio: 1;
  border_radio: 1;
  font_radio: 1;
  radius_radio: 1;
  height: 70px;
  width: 11.7vw;
  display-radio: 1;
}
#c_static_001-1721010080931 .e_formBtn-7 img {
  margin-right: 8px;
}
#c_static_001-1721010080931 .e_formBtn-7 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  outline: 0;
  margin: 0px;
  overflow: hidden;
}
#c_static_001-1721010080931 .e_formBtn-7::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0px;
}
#c_static_001-1721010080931 .e_formBtn-7:hover::after {
  opacity: 1;
}
#c_static_001-1721010080931 .e_richText-4 {
  font_radio: 2;
  display-radio: 1;
  color: rgba(255, 255, 255, 1);
  line-height: 1.8;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 2vw;
}
#c_static_001-1721010080931 .e_input-6 .p_input {
  display-radio: 1;
  height: 70px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0 !important;
  background: transparent;
}
#c_static_001-1721010080931 .e_input-6 {
  display-radio: 1;
  margin-bottom: 0px;
  width: calc(100% - 11.7vw);
}
#c_static_001-1721010080931 .e_input-6 .p_input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}
#c_static_001-1721010080931 .e_input-6 .p_input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
#c_static_001-1721010080931 .e_input-6 .p_input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
#c_static_001-1721010080931 .e_input-6 .p_input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
#c_static_001-1721010080931 .invalid-feedback {
  position: absolute;
  top: 100%;
}
#c_static_001-1721010080931 .e_code-8 {
}
#c_static_001-1721010080931 .e_code-8 .p_imagecode {
  width: 200px;
  display: inline-block;
}
#c_static_001-1721010080931 .e_code-8 .p_verify {
  vertical-align: top;
  font-size: 16px;
  width: 120px;
  height: 34px;
  display: none;
}
#c_static_001-1721010080931 .e_code-8 .p_code_img {
  width: 120px;
  height: 34px;
  cursor: pointer;
  vertical-align: top;
  margin: 0 5px;
}
#c_static_001-1721010080931 .e_button-9 {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  height: 70px;
  width: 20vw;
  background_radio: 1;
  border_radio: 1;
  font_radio: 1;
  radius_radio: 1;
  display-radio: block;
  margin-left: auto;
  margin-right: auto;
  min-width: 160px;
}
#c_static_001-1721010080931 .e_button-9 img {
  margin-right: 8px;
}
#c_static_001-1721010080931 .e_button-9 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  outline: 0;
  margin: 0px;
  overflow: hidden;
}
#c_static_001-1721010080931 .e_button-9::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  transition: all 0.3s;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0px;
}
#c_static_001-1721010080931 .e_button-9:hover::after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #c_static_001-1721010080931 .e_container-2 {
    padding: 50px 0;
    background_radio: 1;
    display-radio: 1;
  }
  #c_static_001-1721010080931 .e_code-8 .p_refresh {
    display: none;
  }
  #c_static_001-1721010080931 .e_formBtn-7 {
    width: 130px;
    height: 50px;
  }
  #c_static_001-1721010080931 .e_input-6 {
    width: calc(100% - 130px);
    display-radio: 1;
  }
  #c_static_001-1721010080931 .e_input-6 .p_input {
    height: 50px;
  }
  #c_static_001-1721010080931 .e_button-9 {
    background_radio: 1;
    border_radio: 1;
    font_radio: 1;
    radius_radio: 1;
    display-radio: 1;
    width: 130px;
    height: 50px;
  }
  #c_static_001-1721010080931 .e_form-5 {
    display-radio: 1;
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #c_static_001-1721010080931 .e_form-5 {
    display: none;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #c_static_001-1721010080931 .e_formBtn-7 {
    width: 150px;
  }
  #c_static_001-1721010080931 .e_input-6 {
    width: calc(100% - 150px);
  }
  #c_static_001-1721010080931 .e_button-9 {
    background_radio: 1;
    border_radio: 1;
    font_radio: 1;
    radius_radio: 1;
    display-radio: 1;
    height: 50px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1025px) {
  #c_static_001-1721010080931 .e_formBtn-7 {
    width: 150px;
  }
  #c_static_001-1721010080931 .e_input-6 {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 1600px) and (min-width: 1367px) {
}
#c_static_001-1721010084239 {
  min-height: 0px;
  background_radio: 2;
  display-radio: 1;
  background-color: rgba(38, 38, 38, 1);
}
#c_static_001-1721010084239 .e_container-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#c_static_001-1721010084239 .e_container-1 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001-1721010084239 .e_container-2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 1;
  display-radio: flex;
  padding: 3.3vw 0 2.5vw;
}
#c_static_001-1721010084239 .e_container-2 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001-1721010084239 .e_bottomNav-3 span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#c_static_001-1721010084239 .e_bottomNav-3 .p_level1Item {
  width: auto;
  position: relative;
  display-radio: 1;
}
#c_static_001-1721010084239 .e_bottomNav-3 .p_level1Item:nth-child(1) {
  display: none;
}
#c_static_001-1721010084239 .e_bottomNav-3 .p_menu1Item {
  color: #fff;
}
#c_static_001-1721010084239 .e_bottomNav-3 .p_menu1Item:hover {
  color: var(--wy_Color);
}
#c_static_001-1721010084239 .e_bottomNav-3 .p_level2Box {
  margin-top: 1vw;
}
#c_static_001-1721010084239 .e_bottomNav-3 .p_menu2Item {
  color: rgba(255, 255, 255, 0.5);
  line-height: 2.25;
}
#c_static_001-1721010084239 .e_bottomNav-3 .p_menu2Item span {
  position: relative;
}
#c_static_001-1721010084239 .e_bottomNav-3 .p_menu2Item span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.5s;
}
#c_static_001-1721010084239 .e_bottomNav-3 .p_menu2Item a:hover {
  text-decoration: underline;
}
#c_static_001-1721010084239 .e_bottomNav-3 .p_level3Box {
  display: none;
}
#c_static_001-1721010084239 .e_bottomNav-3 {
  font_radio: 1;
  display-radio: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  width: 100%;
  padding-left: 0px;
  padding: 2.5vw 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#c_static_001-1721010084239 .e_container-4 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 1;
  display-radio: flex;
  padding: 2.5vw 0;
}
#c_static_001-1721010084239 .e_container-4 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#c_static_001-1721010084239 .e_image-7 {
  overflow: hidden;
  display-radio: 1;
  max-width: 349px;
}
#c_static_001-1721010084239 .e_image-7 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c_static_001-1721010084239 .e_search-10 {
  display: flex;
  border: none;
  background-color: rgba(0, 0, 0, 0.1);
  height: 56px;
  border-radius: 0;
  display-radio: flex;
  max-width: 340px;
  width: 100%;
}
#c_static_001-1721010084239 .e_search-10 .p_inputCon {
  flex-grow: 1;
  padding: 0 20px;
  overflow: hidden;
}
#c_static_001-1721010084239 .e_search-10 .p_selectCon {
  flex: 0 0 120px;
  max-width: 30%;
}
#c_static_001-1721010084239 .e_search-10 .p_btnCon {
  flex: 0 0 100px;
  max-width: 20%;
}
#c_static_001-1721010084239 .e_search-10 .p_input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  font-family: "Sourcehansans-regular";
  color: #fff;
}
#c_static_001-1721010084239 .e_search-10 .p_btn {
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: none;
  background: transparent;
}
#c_static_001-1721010084239 .e_search-10 .p_select {
  height: 100%;
  position: relative;
  text-align: center;
  cursor: pointer;
  color: #999;
}
#c_static_001-1721010084239 .e_search-10 .p_current {
  line-height: 38px;
  overflow: hidden;
  display: block;
  height: 100%;
}
#c_static_001-1721010084239 .e_search-10 .p_current .icon {
  fill: currentColor;
  width: 14px;
  height: 14px;
}
#c_static_001-1721010084239 .e_search-10 .p_selectList {
  display: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid #eee;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
  border-radius: 0 0 4px 4px;
  max-height: 162px;
  overflow: auto;
}
#c_static_001-1721010084239 .e_search-10 .p_selectItem {
  line-height: 20px;
  padding: 10px 0;
  cursor: pointer;
}
#c_static_001-1721010084239 .e_search-10 .p_selectItem:hover,
#c_static_001-1721010084239 .e_search-10 .p_selectItem.p_active {
  background-color: #eee;
}
#c_static_001-1721010084239 .e_container-11 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 1;
  display-radio: flex;
  margin-top: 20px;
}
#c_static_001-1721010084239 .e_container-11 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001-1721010084239 .e_loop_sub-12 {
  display: flex;
  flex-wrap: wrap;
}
#c_static_001-1721010084239 .e_loop_sub-12 .p_loopItem {
  position: relative;
  flex: 0 0 33.3%;
}
#c_static_001-1721010084239 .e_text-13 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  color: rgba(255, 255, 255, 1);
  text-align: right;
}
#c_static_001-1721010084239 .e_html-15 {
  min-height: 0px;
  display-radio: 1;
  width: 100%;
  margin-top: 1.9vw;
}
.footer_media {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.footer_media .media_li {
  position: relative;
  margin-left: 10px;
  cursor: pointer;
  transition: all 0.5s;
}
.footer_media .media_icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_media .media_icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 0.5;
  transition: all 0.5s;
}
.footer_media .media_li:hover .media_icon img {
  opacity: 1;
}
.footer_media .media_code {
  position: absolute;
  top: 36px;
  left: 50%;
  width: 100px;
  transform: translateX(-50%) translateY(30px);
  border-radius: 0;
  opacity: 0;
  transition: all 0.5s;
  z-index: 5;
  visibility: hidden;
}
.footer_media .media_code:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #fff transparent;
}
.footer_media .media_code img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.media_li:hover .media_code {
  transform: translateX(-50%) translateY(0px);
  opacity: 1;
  visibility: visible;
}
#c_static_001-1721010084239 .e_richText-8 {
  font_radio: 2;
  display-radio: 1;
  color: rgba(255, 255, 255, 1);
  line-height: 1.8;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 5px;
}
#c_static_001-1721010084239 .e_richText-6 {
  font_radio: 2;
  display-radio: 1;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.8;
  text-align: left;
}
#c_static_001-1721010084239 .e_richText-6 a:hover {
  text-decoration: underline;
}
#c_static_001-1721010084239 .e_richText-5 {
  font_radio: 2;
  display-radio: 1;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.8;
  text-align: left;
}
#c_static_001-1721010084239 .e_richText-5 a:hover {
  text-decoration: underline;
}
#c_static_001-1721010084239 .e_container-2 .cbox-2-0 {
  flex: 0 0 50%;
}
#c_static_001-1721010084239 .e_container-2 .cbox-2-1 {
  flex: 0 0 50%;
}
@media screen and (max-width: 768px) {
  #c_static_001-1721010084239 .e_bottomNav-3 .p_level1Box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #c_static_001-1721010084239 .e_bottomNav-3 .p_jtIcon {
    display: none;
    width: auto;
    height: auto;
    max-width: 20px;
    font-size: inherit;
    transition: 0.5s;
    margin: 0;
  }
  #c_static_001-1721010084239 .e_loop_sub-12 .p_loopItem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1);
  }
  #c_static_001-1721010084239 .e_bottomNav-3 .p_menu1Item,
  .e_bottomNav-3 .p_menu2Item {
    display: flex;
    justify-content: space-between;
  }
  #c_static_001-1721010084239 .e_bottomNav-3 .p_level1Box ul {
    display: none;
  }
  #c_static_001-1721010084239 .e_bottomNav-3 .p_jtIcon.active {
    transform: rotateZ(90deg);
  }
  #c_static_001-1721010084239 .e_bottomNav-3 a {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #c_static_001-1721010084239 .e_bottomNav-3 .p_level1Item {
    padding: 0;
  }
  #c_static_001-1721010084239 .e_bottomNav-3 .p_menu2Item svg {
    opacity: 0.5;
  }
  #c_static_001-1721010084239 .e_bottomNav-3 {
    font_radio: 1;
    display-radio: none;
    display: none;
    margin-top: 0px;
    width: 100%;
    padding-left: 0px;
  }
  #c_static_001-1721010084239 .e_html-15 {
    display-radio: 1;
    width: 100%;
  }
  .footer_media {
    margin-bottom: 20px;
    justify-content: center;
  }
  #c_static_001-1721010084239 .e_container-2 {
    background_radio: 1;
    display-radio: 1;
    flex-direction: column;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #c_static_001-1721010084239 .e_container-2 .cbox-2-0 {
    flex: 0 0 100%;
  }
  #c_static_001-1721010084239 .e_container-2 .cbox-2-1 {
    flex: 0 0 100%;
  }
  #c_static_001-1721010084239 .e_search-10 {
    display-radio: 1;
    width: 100%;
    max-width: none;
  }
  #c_static_001-1721010084239 .e_container-2 .p_item {
    display-radio: 1;
  }
  #c_static_001-1721010084239 .e_richText-8 {
    font_radio: 1;
    display-radio: 1;
  }
  #c_static_001-1721010084239 .e_image-7 {
    display-radio: 1;
    margin-left: auto;
    margin-right: auto;
  }
  #c_static_001-1721010084239 .e_text-13 {
    font_radio: 2;
    display-radio: 1;
    line-height: 1.8;
    text-align: center;
  }
  #c_static_001-1721010084239 .e_richText-5 {
    font_radio: 2;
    display-radio: 1;
    line-height: 1.8;
    text-align: center;
    width: 100%;
  }
  #c_static_001-1721010084239 .e_container-4 {
    background_radio: 1;
    display-radio: 1;
    padding: 30px 0;
  }
  #c_static_001-1721010084239 .e_container-4 .p_item {
    display-radio: 1;
  }
  #c_static_001-1721010084239 .e_richText-6 {
    font_radio: 2;
    display-radio: 1;
    width: 100%;
    line-height: 1.8;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  #c_static_001-1721010084239 .e_bottomNav-3 .p_level1Box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #c_static_001-1721010084239 .e_bottomNav-3 .p_jtIcon {
    display: none;
  }
  #c_static_001-1721010084239 .e_loop_sub-12 .p_loopItem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1);
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #c_static_001-1721010084239 .e_bottomNav-3 .p_level1Item {
    padding: 15px 0;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1025px) {
  .footer_media .media_li {
    margin-bottom: 5px;
  }
  .footer_media .media_icon {
    width: 30px;
    height: 30px;
  }
  .footer_media .media_code {
    top: 40px;
  }
}
#c_static_001-1711526161326 {
  min-height: 0;
  background_radio: 2;
  display-radio: 1;
}
@media screen and (max-width: 1440px) and (min-width: 1025px) {
}
@media screen and (max-width: 1600px) and (min-width: 1367px) {
}
#c_banner_019-1718707602419 {
  min-height: 0px;
  background_radio: 2;
  display-radio: 1;
  margin-top: 0;
}
#c_banner_019-1718707602419 .e_bannerA-2 {
  height: auto;
  display-radio: 1;
}
#c_banner_019-1718707602419 .e_bannerA-2 .swiper-container {
  height: inherit;
}
#c_banner_019-1718707602419 .e_bannerA-2 .swiper-wrapper {
  height: inherit;
}
#c_banner_019-1718707602419 .e_bannerA-2 .swiper-slide {
  height: inherit;
}
#c_banner_019-1718707602419 .e_bannerA-2 .p_img {
  width: 100%;
  height: 100%;
  background: #000;
}
#c_banner_019-1718707602419 .e_bannerA-2 .p_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c_banner_019-1718707602419 .e_bannerA-2 .custom-bullet {
  background: #ccc;
}
#c_banner_019-1718707602419 .e_bannerA-2 .swiper-container-vertical {
  height: 400px;
}
#c_banner_019-1718707602419 .e_bannerA-2 .p_video {
  width: 100%;
  height: 100%;
  z-index: 3;
  overflow: hidden;
  margin-right: 0;
  margin-left: auto;
  position: relative;
}
#c_banner_019-1718707602419 .e_bannerA-2 .p_video .videoContent {
  width: 100%;
  height: 100%;
}
#c_banner_019-1718707602419 .e_bannerA-2 .p_video video {
  width: 100%;
  height: 100%;
  background: #000;
}
#c_banner_019-1718707602419 .e_bannerA-2 .p_videoPoster {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}
#c_banner_019-1718707602419 .e_bannerA-2 .p_videoPoster::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url("../image/playVideo.png") no-repeat center center;
}
#c_banner_019-1718707602419 .e_bannerA-2 .p_videoPoster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c_banner_019-1718707602419 .e_bannerA-2 .p_videoInfo {
  display: none;
}
@media screen and (max-width: 768px) {
  #c_banner_019-1718707602419 {
    background_radio: 2;
    display-radio: 1;
    margin-top: 65px;
  }
}
#c_static_001-17222162120430 {
  min-height: 0px;
  background_radio: 2;
  display-radio: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 1);
  position: sticky;
  top: 80px;
  z-index: 9;
}
#c_static_001-17222162120430 .e_breadcrumb-2 .p_breadcrumbItem {
  position: relative;
  float: left;
}
#c_static_001-17222162120430 .e_breadcrumb-2 ul {
  justify-content: flex-end;
}
#c_static_001-17222162120430 .e_breadcrumb-2 .p_breadcrumb::after {
  display: block;
  clear: both;
  content: "";
}
#c_static_001-17222162120430 .e_breadcrumb-2 .p_showTitle {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 5px;
  border: 1px solid transparent;
}
#c_static_001-17222162120430 .e_breadcrumb-2 .siblings::after {
  content: ">";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transform: rotateZ(90deg);
  cursor: pointer;
  color: #ccc;
}
#c_static_001-17222162120430 .e_breadcrumb-2 .siblings.active {
  border: 1px solid #dee2e6;
}
#c_static_001-17222162120430 .e_breadcrumb-2 .siblings.active::after {
  transform: rotateZ(-90deg);
}
#c_static_001-17222162120430 .e_breadcrumb-2 .p_slide {
  position: absolute;
  left: 18px;
  min-width: 100%;
  padding: 5px;
  display: none;
  z-index: 999;
}
#c_static_001-17222162120430 .e_breadcrumb-2 .p_sibling {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#c_static_001-17222162120430 .e_breadcrumb-2 {
  display-radio: 1;
}
#c_static_001-17222162120430 .e_container-4 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  background_radio: 1;
  display-radio: flex;
}
#c_static_001-17222162120430 .e_container-4 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001-17222162120430 .e_container-4 .cbox-4-0 {
  flex: 0 0 70%;
  align-self: center;
}
#c_static_001-17222162120430 .e_container-4 .cbox-4-1 {
  flex: 0 0 30%;
  align-self: center;
}
#c_static_001-17222162120430 .e_loop_sub-7 {
  display: flex;
  flex-wrap: wrap;
  display-radio: flex;
  max-width: 410px;
  justify-content: space-between;
}
#c_static_001-17222162120430 .e_loop_sub-7 .p_loopItem {
  position: relative;
  width: auto;
}
#c_static_001-17222162120430 .e_text-8 {
  line-height: 70px;
  font_radio: 2;
  display-radio: 1;
  color: rgba(102, 102, 102, 1);
  height: 70px;
  text-align: center;
  position: relative;
}
#c_static_001-17222162120430 .e_text-8 a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--wy_Color);
}
#c_static_001-17222162120430 .e_loop_sub-7 a.active {
  color: var(--wy_Color);
}
#c_static_001-17222162120430 .e_loop_sub-7 a.active:before {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #c_static_001-17222162120430
    .e_breadcrumb-2
    .p_breadcrumbItem:nth-child(1)
    .p_title,
  #c_static_001-17222162120430
    .e_breadcrumb-2
    .p_breadcrumbItem:nth-child(2)
    .p_title {
    white-space: pre;
  }
  #c_static_001-17222162120430
    .e_breadcrumb-2
    .p_breadcrumbItem:nth-child(3)
    .p_title {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  #c_static_001-17222162120430 .e_breadcrumb-2 a {
    display: flex;
  }
  #c_static_001-17222162120430 .e_container-4 {
    background_radio: 1;
    display-radio: 1;
    flex-direction: column;
  }
  #c_static_001-17222162120430 .e_container-4 .cbox-4-0 {
    width: 100%;
  }
  #c_static_001-17222162120430 .e_container-4 .cbox-4-1 {
    width: 100%;
  }
  #c_static_001-17222162120430 .e_breadcrumb-2 {
    display: none;
  }
  #c_static_001-17222162120430 .e_loop_sub-7 {
    display-radio: 1;
    max-width: 100%;
  }
}
#c_static_001-1722236055464 {
  min-height: 300px;
  background: #fff url(../image/603fd3bd-a5ab-46e1-8444-40007e489465.jpg)
    no-repeat top center;
  position: relative;
  background_radio: 2;
  display-radio: 1;
  padding: 4.16vw 0 5vw;
}
.goal_tt {
  width: 100%;
  text-align: center;
  padding-bottom: 23px;
  position: relative;
  margin-bottom: 2.1vw;
}
.goal_tt:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 2px;
  background: var(--wy_Color);
}
#c_static_001-1722236055464 table {
  width: 100%;
  text-align: center;
  color: #333;
  border-color: var(--wy_Color);
  table-layout: fixed;
}
#c_static_001-1722236055464 thead {
  background: var(--wy_Color);
  color: #fff;
  height: 56px;
}
#c_static_001-1722236055464 thead .td_one {
  border-right-color: #fff;
}
#c_static_001-1722236055464 thead .td_two {
  border-right-color: #fff;
}
#c_static_001-1722236055464 tbody td {
  height: 7.2vw;
}
.td_one {
  width: 24%;
}
.td_one .one_box {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 4.6vw;
}
.td_one .t_name {
  padding-left: 10px;
}
.td_one .t_img {
  width: 4vw;
  height: 4vw;
  max-width: 72px;
  min-width: 30px;
  max-height: 72px;
  min-height: 30px;
  position: relative;
}
.td_one .t_img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.td_two {
  width: 57%;
  padding: 8px;
}
.td_three {
  width: 19%;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  #c_static_001-1722236055464 {
    padding: 50px 0;
  }
  .goal_tt {
    margin-bottom: 30px;
  }
  .td_one .one_box {
    padding: 8px;
  }
  .td_one {
    width: 30%;
  }
  .td_one .t_name {
    padding-left: 5px;
  }
  .td_two {
    width: 50%;
  }
  .td_three {
    width: 20%;
  }
}
@media screen and (min-width: 769px) {
  #c_static_001-1722236055464 .e_loop_sub-3 .p_loopItem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 99);
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
}
@media screen and (max-width: 1440px) and (min-width: 1025px) {
}
@media screen and (max-width: 1600px) and (min-width: 1367px) {
}
#c_static_001-1723194426446 {
  min-height: 300px;
  position: relative;
  overflow: hidden;
  padding: 3.6vw 0;
}
#c_static_001-1723194426446:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 62%;
  background: #90bf4d;
  z-index: -1;
}
.case_tt {
  width: 100%;
  text-align: center;
  color: #fff;
}
.case_cate {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 2.5vw;
}
.cate_name {
  color: #fff;
  width: auto;
  margin: 0 1vw;
  height: 40px;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.cate_name:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.6s;
}
.cate_name:hover {
  font-weight: bold;
}
.cate_name:hover:before {
  width: 100%;
}
.cate_name.cur {
  font-weight: bold;
}
.cate_name.cur:before {
  width: 100%;
}
.case_con {
  width: 100%;
  min-height: 500px;
  position: relative;
}
.case_li_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.case_li {
  display: block;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  background: #f8f8f8;
  transition: all 0.5s;
}
.case_li:nth-child(3n) {
  margin-right: 0;
}
.case_li:hover {
  box-shadow: 6px 0 22px rgba(0, 0, 0, 0.06);
}
.case_li_img {
  width: 100%;
  height: 15.1vw;
  min-height: 300px;
  max-height: 290px;
  overflow: hidden;
  position: relative;
}
.case_li_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.case_li:hover .case_li_img img {
  transform: scale(1.1);
}
.case_li_con {
  width: 100%;
  padding: 35px;
}
.case_li_tt {
  color: #333;
}
.case_li_ms {
  color: #666;
  line-height: 1.8;
  margin-top: 5px;
  margin-bottom: 2vw;
  display-radio: -webkit-box;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.case_li_more {
  color: var(--wy_Color);
  cursor: pointer;
}
.case_xq {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.xq_box {
  background: #fff;
  padding: 5vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.xq_close {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  background: var(--wy_Color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
}
.xq_close .icon {
  width: 24px;
  height: auto;
}
.xq_con_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-height: 480px;
  overflow-y: auto;
}
.xq_left {
  width: 56%;
}
.xq_sub_tt {
  font-weight: bold;
  color: #333;
  margin-top: 2vw;
}
.xq_con {
  margin-top: 5px;
  color: #666;
  line-height: 1.8;
}
.xq_right {
  width: 35%;
  text-align: center;
}
.xq_right img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  #c_static_001-1723194426446 {
    padding: 50px 0 30px;
  }
  .case_cate {
    margin-bottom: 30px;
  }
  .case_li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .xq_box {
    padding: 30px 20px;
  }
  .xq_close {
    width: 36px;
    height: 36px;
    top: -18px;
    right: -18px;
  }
  .xq_left {
    width: 100%;
  }
  .xq_right {
    width: 100%;
    margin-top: 15px;
  }
}
@media screen and (min-width: 769px) {
  #c_static_001-1723194426446 .e_loop-2 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 20);
  }
  #c_static_001-1723194426446 .e_loop-3 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 99);
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
}
@media screen and (max-width: 1440px) and (min-width: 1025px) {
}
@media screen and (max-width: 1600px) and (min-width: 1367px) {
}
#c_static_001-1722240593100 {
  min-height: 0px;
  background_radio: 2;
  display-radio: 1;
}
#c_static_001-1722240593100 .e_container-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  background_radio: 1;
  display-radio: flex;
  padding-bottom: 7.68vw;
}
#c_static_001-1722240593100 .e_container-1 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001-1722240593100 .e_text-2 {
  line-height: 1;
  font_radio: 2;
  display-radio: 1;
  text-align: center;
  color: rgba(51, 51, 51, 1);
  padding-bottom: 23px;
  position: relative;
  margin-bottom: 2.8vw;
}
#c_static_001-1722240593100 .e_text-2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 2px;
  background: var(--wy_Color);
}
#c_static_001-1722240593100 .e_loop-15 .p_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%;
}
#c_static_001-1722240593100 .e_loop-15 .p_loopitem {
  position: relative;
  background: #f8f8f8;
  padding: 2.1vw 2vw;
}
#c_static_001-1722240593100 .e_loop-15 .p_page {
  text-align: center;
}
#c_static_001-1722240593100 .e_loop-15 .p_filter_wrapper {
  width: 100%;
  font-size: 13px;
}
#c_static_001-1722240593100 .e_loop-15 .p_kv_wrapper {
  display: flex;
  flex-wrap: nowrap;
  line-height: 40px;
  margin: 15px 0;
}
#c_static_001-1722240593100 .e_loop-15 .p_filter_key {
  width: 70px;
  overflow: hidden;
  margin-right: 10px;
  font-weight: bold;
  color: #333333;
  font-size: 12px;
}
#c_static_001-1722240593100 .e_loop-15 .p_v_item {
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  font-size: 13px;
  color: #555555;
  margin-right: 30px;
}
#c_static_001-1722240593100 .e_loop-15 .p_active .p_fbutton {
  color: #fff;
  background-color: cornflowerblue;
}
#c_static_001-1722240593100 .e_loop-15 .p_result_item {
  position: relative;
  padding: 3px 20px 3px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
}
#c_static_001-1722240593100 .e_loop-15 .p_filter_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px;
  font-style: normal;
  font-size: 16px;
  margin-top: -5px;
  cursor: pointer;
}
#c_static_001-1722240593100 .e_loop-15 .p_s_option {
}
#c_static_001-1722240593100 .e_loop-15 .multSelect {
  font-size: 13px;
  position: relative;
}
#c_static_001-1722240593100 .e_loop-15 .multSelect .inputWrap {
  width: 100%;
  min-width: 100px;
  min-height: 24px;
  border: 1px solid #dcdfe6;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  background: white;
}
#c_static_001-1722240593100 .e_loop-15 .multSelect.is-invalid .inputWrap {
  border-color: #dc3545;
}
#c_static_001-1722240593100 .e_loop-15 .multSelect ul {
  padding: 0 5px;
  margin: 0;
  padding-right: 35px;
}
#c_static_001-1722240593100 .e_loop-15 .multSelect ul,
li {
  list-style: none;
}
#c_static_001-1722240593100 .e_loop-15 .multSelect li {
  display: inline-block;
  background: #edf0f3;
  color: #92969c;
  padding: 0px 5px;
  margin: 1px 5px 1px 0;
  border-radius: 5px;
  line-height: 16px;
}
#c_static_001-1722240593100 .e_loop-15 .multSelect .multSelect-option {
  width: 100%;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  border-top: 0;
  max-height: 200px;
  overflow-y: scroll;
  position: absolute;
  height: 0;
  opacity: 0;
  z-index: 9;
  background: #fff;
}
#c_static_001-1722240593100 .e_loop-15 .multSelect .multSelect-option > div {
  line-height: 24px;
  cursor: pointer;
  padding: 0 10px;
}
#c_static_001-1722240593100
  .e_loop-15
  .multSelect
  .multSelect-option
  > div.selected {
  color: #409eff;
}
#c_static_001-1722240593100
  .e_loop-15
  .multSelect
  .multSelect-option
  > div:hover {
  color: #409eff;
  background: #f3f6f9;
}
#c_static_001-1722240593100 .e_loop-15 .multSelect .fa-close {
  font-style: normal;
  font-size: 12px;
  padding: 0 5px 0 7px;
}
#c_static_001-1722240593100 .e_loop-15 .multSelect .inputWrap > .fa svg {
  fill: #666;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
}
#c_static_001-1722240593100 .e_loop-15 .multSelect .inputWrap > .fa-down svg {
  transform: rotate(-90deg);
}
#c_static_001-1722240593100 .e_loop-15 .multSelect .inputWrap > .fa-up svg {
  transform: rotate(90deg);
}
#c_static_001-1722240593100 .e_loop-15 .multSelect .placeholder {
  line-height: 40px;
  padding-left: 10px;
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0;
}
#c_static_001-1722240593100 .e_loop-15 .p_normal_start {
  display: inline;
  width: 100px;
  height: 40px;
}
#c_static_001-1722240593100 .e_loop-15 .p_date_start {
  display: inline;
  width: 105px;
  height: 40px;
}
#c_static_001-1722240593100 .e_loop-15 .p_normal_end {
  display: inline;
  width: 100px;
  height: 40px;
  margin-right: 5px;
}
#c_static_001-1722240593100 .e_loop-15 .p_date_end {
  display: inline;
  width: 105px;
  height: 40px;
  margin-right: 5px;
}
#c_static_001-1722240593100 .e_loop-15 .p_split {
  margin: 0 5px;
}
#c_static_001-1722240593100 .e_loop-15 .p_normal {
  margin-right: 16px;
}
#c_static_001-1722240593100 .e_loop-15 .p_fbutton {
  background-color: #007bff;
  border: 1px solid #409eff;
  text-decoration: none;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}
#c_static_001-1722240593100 .e_loop-15 .input-check,
#c_static_001-1722240593100 .e_loop-15 .input-radio {
  margin: 0 5px;
  vertical-align: text-top;
}
#c_static_001-1722240593100 .e_loop-15 .position-left {
  display: flex;
}
#c_static_001-1722240593100 .e_loop-15 .position-right {
  display: flex;
  flex-direction: row-reverse;
}
#c_static_001-1722240593100 .e_loop-15 .position-top {
}
#c_static_001-1722240593100 .e_loop-15 .position-bottom {
  display: flex;
  flex-direction: column-reverse;
}
#c_static_001-1722240593100 .e_loop-15 .p_mbutton {
  border: 1px solid #409eff;
  text-decoration: none;
  color: #409eff;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}
#c_static_001-1722240593100 .e_loop-15 .p_mbutton:after {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  background-color: #409eff;
  -webkit-transform: skewY(-45deg);
  transform: skewY(360deg);
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 1;
}
#c_static_001-1722240593100 .e_loop-15 .p_mbutton::before {
  content: "";
  display: none;
  width: 6px;
  height: 9px;
  border-right: #ffffff solid 2px;
  border-bottom: #ffffff solid 2px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  position: absolute;
  bottom: 5px;
  right: 4px;
  z-index: 2;
}
#c_static_001-1722240593100 .e_loop-15 .p_active .p_mbutton::before {
  display: block;
}
#c_static_001-1722240593100 .e_loop-15 .p_active .p_mbutton::after {
  display: block;
}
#c_static_001-1722240593100 .e_loop-15 .p_input_match {
  width: 100px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}
#c_static_001-1722240593100 .e_loop-15 .p_filter_result {
  display: inline-block;
}
#c_static_001-1722240593100 .e_loop-15 .p_contclear {
  cursor: pointer;
}
#c_static_001-1722240593100 .e_loop-15 .swiper-container {
  padding-bottom: 30px;
}
#c_static_001-1722240593100 .e_loop-15 .p_imgwrapper {
  width: 80px;
  height: 100px;
  overflow: hidden;
}
#c_static_001-1722240593100 .e_loop-15 .p_imgtitle {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  line-height: 20px;
}
#c_static_001-1722240593100 .e_loop-15 .p_imgwrapper img {
  width: 100%;
  object-fit: cover;
}
#c_static_001-1722240593100 .e_loop-15 .p_active .p_imgwrapper {
  border: 1px solid #409eff;
}
#c_static_001-1722240593100 .e_loop-15 .p_filter_result {
  display: none;
}
#c_static_001-1722240593100 .e_loop-15 .p_contclear {
  display: none;
}
#c_static_001-1722240593100 .e_loop-15 .p_inputRangeSearch {
  padding: 7px 12px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
}
#c_static_001-1722240593100 .e_loop-15 .p_inputSearch {
  padding: 0px 17px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  margin-left: 10px;
}
#c_static_001-1722240593100 .e_loop-15 .p_categoryActive {
  color: #409eff;
}
#c_static_001-1722240593100 .e_container-16 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 1;
  display-radio: flex;
  align-items: flex-end;
}
#c_static_001-1722240593100 .e_container-16 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001-1722240593100 .e_richText-17 {
  font_radio: 2;
  display-radio: 1;
  color: rgba(51, 51, 51, 1);
  line-height: 1.8;
  text-align: left;
  margin-bottom: 15px;
}
#c_static_001-1722240593100 .e_container-18 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 1;
  display-radio: flex;
}
#c_static_001-1722240593100 .e_container-18 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
#c_static_001-1722240593100 .e_timeFormat-19 {
  font_radio: 2;
  display-radio: 1;
  color: rgba(102, 102, 102, 1);
  line-height: 1.8;
  text-align: left;
  min-height: 0px;
  padding-right: 2.8vw;
  position: relative;
}
#c_static_001-1722240593100 .e_timeFormat-19:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.4vw;
  width: 1px;
  height: 15px;
  background: #666;
}
#c_static_001-1722240593100 .e_text-20 {
  line-height: 1.8;
  font_radio: 2;
  display-radio: 1;
  color: rgba(102, 102, 102, 1);
}
#c_static_001-1722240593100 .e_loop_sub-23 {
  display: flex;
  flex-wrap: wrap;
}
#c_static_001-1722240593100 .e_loop_sub-23 .p_loopItem {
  position: relative;
  flex: 0 0 33.3%;
}
#c_static_001-1722240593100 .e_loop-15 {
  display-radio: 1;
}
#c_static_001-1722240593100 .e_container-16 .cbox-16-0 {
  flex: 0 0 85%;
}
#c_static_001-1722240593100 .e_container-16 .cbox-16-1 {
  flex: 0 0 15%;
}
#c_static_001-1722240593100 .e_container-16 .p_item {
  display-radio: 1;
}
#c_static_001-1722240593100 .e_sceneBtnFile-25 {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  width: 33px;
  border-radius: 0;
  padding: 0;
  background_radio: 1;
  border_radio: 1;
  font_radio: 1;
  radius_radio: 1;
  display-radio: block;
  height: 35px;
  margin-left: auto;
  margin-right: 0px;
  background: transparent;
}
#c_static_001-1722240593100 .e_sceneBtnFile-25 span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  outline: 0;
  margin: 0px;
  overflow: hidden;
}
#c_static_001-1722240593100 .e_sceneBtnFile-25::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0px;
}
#c_static_001-1722240593100 .e_sceneBtnFile-25:hover::after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #c_static_001-1722240593100 .e_container-1 {
    padding-bottom: 30px;
  }
  #c_static_001-1722240593100 .e_loop_sub-23 .p_loopItem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1);
  }
  #c_static_001-1722240593100 .e_text-2 {
    font_radio: 1;
    display-radio: 1;
    margin-bottom: 30px;
  }
  #c_static_001-1722240593100 .e_loop-15 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1);
    margin-bottom: 20px;
    padding: 20px;
  }
}
@media screen and (min-width: 769px) {
  #c_static_001-1722240593100 .e_loop_sub-23 .p_loopItem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1);
  }
  #c_static_001-1722240593100 .e_loop-15 .p_loopitem {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 2vw;
  }
  #c_static_001-1722240593100 .e_loop-15 .p_loopitem:nth-child(2n) {
    margin-right: 0;
  }
}
